net.dnsConfig.mtime (field)

3 uses

	net (current package)
		dnsclient_unix.go#L372: 	if mtime.Equal(conf.dnsConfig.mtime) {
		dnsconfig_unix.go#L33: 	mtime         time.Time     // time of resolv.conf modification
		dnsconfig_unix.go#L55: 		conf.mtime = fi.ModTime()